set the version of babl to 0.0.6
authorØyvind Kolås <ok@src.gnome.org>
Mon, 16 Oct 2006 23:38:08 +0000 (23:38 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Mon, 16 Oct 2006 23:38:08 +0000 (23:38 +0000)
* configure.ac: set the version of babl to 0.0.6

ChangeLog
configure.ac

index 6c243811d37afe0a6d3a21c4f047bdb49fc1d616..c4dd96d16dc4764edd1de76f9ec82c5a86d21efe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-31  Øyvind Kolås  <pippin@gimp.org>
+
+       * configure.ac: set the version of babl to 0.0.6
+
 2006-10-09  Øyvind Kolås  <pippin@gimp.org>
 
        Cleaned up the typedef for Babl, fixes issues with g++.
index eb81b32ae342f5d52d4cffbef3a37ce3c2441553..6a92017c2f7cb9eaaedb07b22a9b16ed9928dc93 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 5)
+m4_define([babl_micro_version], 6)
 
 AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
 AC_CONFIG_SRCDIR(babl/babl.h)